home *** CD-ROM | disk | FTP | other *** search
/ Network Support Library / RoseWare - Network Support Library.iso / unix / pkt_tc.arc / PKT-IPX.TXT < prev    next >
Text File  |  1989-04-29  |  10KB  |  212 lines

  1.              INSTALLING NETWARE WITH A PACKET DRIVER
  2.  
  3.                            April, 1989
  4.                                 
  5.  
  6.      Brigham Young University (BYU) has developed a system that
  7. allows Novell's Netware to share the network adapter card in a PC
  8. workstation with other networking systems.  This is accomplished
  9. by using software that supports the PC/TCP Packet Driver
  10. Specification.  This interface specification, proposed by FTP
  11. Software, Inc. allows various products to concurrently utilize the
  12. network adapter card installed in the PC.
  13.  
  14.                        What You Will Need
  15.  
  16. To successfully allow Netware to share the network adapter with
  17. other software, you will need the following:
  18.  
  19. 1.   The shell drivers written by BYU that will allow you to
  20.      generate a Netware shell for the PC workstation. If you are
  21.      interested in using the Novell Bridge Program with other
  22.      networking software, then you must also use the LAN drivers
  23.      that are distributed with the shell drivers.  These drivers
  24.      are written to meet Novell's specifications and operate
  25.      according to the Novell documentation found in the System
  26.      Installation manual.  These drivers can be obtained by
  27.      anonymous FTP (password guest) from dcsprod.byu.edu
  28.      (128.187.7.3). The drivers are found in a \novell sub-
  29.      directory in a self extracting archive file called:
  30.      "novell.exe".  Currently, these drivers support Netware
  31.      versions 2.1 and higher.
  32.  
  33. 2.   A packet driver that supports the type of network adapter that
  34.      you are interested in using.  This software, similar to a DOS
  35.      device driver, controls the adapter card and interfaces to
  36.      the various systems that want to use it.  These are available
  37.      for a number of popular network cards including: 3COM, Western
  38.      Digital, Micom Interlan, and others. There is an Internet site
  39.      that acts as a repository for packet drivers. They can be
  40.      obtained from sun.soe.clarkson.edu (128.153.12.3) via
  41.      anonymous FTP in a directory called: pub/ka9q.  The file is
  42.      a self extracting archive file called drivers.exe.  Some
  43.      adapter card manufacturers are also beginning to supply packet
  44.      drivers with their hardware. Ask your vendor if they support
  45.      a packet driver for their card.
  46.  
  47. 3.   Configuration support for the Netware file server that you
  48.      wish to communicate with.  There is a minor configuration
  49.      change necessary to the file server that you wish to
  50.      communicate with.  The file necessary to accomplish this
  51.      configuration change is found in the novell.exe file that you
  52.      retrieved for item 1.
  53. 4.   Other networking software products to operate concurrently
  54.      with packet driver Netware.  The whole reason for doing this
  55.      in the first place is to allow concurrent operation of Netware
  56.      with other software products.  It is beyond the scope of this
  57.      document to describe how you acquire them. Several that have
  58.      been tested and are compatable with Netware are: 1) PC/TCP
  59.      from FTP Software Inc. 2) KA9Q Internet Program from Phil
  60.      Karn, and 3) NCSA Telnet from National Center For
  61.      SuperComputing Applications.  Since this Netware system
  62.      follows the PC/TCP Packet Driver Specification, it should be
  63.      compatable with any other networking products that adhere to
  64.      the same specification.
  65.  
  66.                     Installation Instructions
  67.  
  68. 1.   Generate a new IPX.COM file for your Novell Workstation.  To
  69.      prepare for this, copy the files from the directory in which
  70.      you have extracted them from the archive file, to the Netware
  71.      directories as specified in Appendix A.  Follow the
  72.      instructions for generating a Netware shell and select the
  73.      "Packet Driver" driver from the Network Driver Menu during the
  74.      SHELLGEN process.  The shell drivers have no configuration
  75.      options and will scan the interrupt vectors Ox60-Ox80 for a
  76.      loaded Packet Driver.  It will use the first one found.
  77.  
  78. 2.   Install the appropriate packet driver on your PC workstation
  79.      for the adapter card that you have.  The packet driver is a
  80.      DOS "terminate stay resident" type of program that attaches
  81.      itself to DOS when it is executed.  Therefore, it should
  82.      probably be placed in the autoexec.bat file so that it is
  83.      installed when the machine starts up.  Specific instructions
  84.      for installation on the particular card you are using is
  85.      included in the drivers.exe archive file that you retreived
  86.      earlier, or by entering the driver name without any options
  87.      at the DOS prompt.
  88.  
  89. 3.   To configure the file server for proper operation, you must
  90.      utilize a Novell utility called "econfig" to change the
  91.      network operating parameters on your existing file server. 
  92.      Detailed description on the use of econfig is found in
  93.      Appendix B of this document.  A copy of econfig.exe has been
  94.      included in the novell.exe file that you retrieved.
  95.  
  96. 4.   Install other software products for the packet driver as
  97.      specified in their respective installation manuals.
  98.  
  99.  
  100.                           APPENDIX A
  101.              CONTENTS OF THE NOVELL.EXE ARCHIVE FILE
  102.  
  103.  
  104. BYU Packet Driver development for Novell LANs version 2.00. 
  105.  
  106. Kelly McDonald      kelly@dcsprod.byu.edu 
  107. Eric Henderson      eric@dcsprod.byu.edu 
  108.  
  109. These drivers conform to the specifications in FTP software's
  110. PC/TCP Packet Driver Specification, Revision 1.05. When a shell or
  111. bridge is generated using these drivers, it is possible to share
  112. a NIC with other software such as FTP's TCP/IP software. 
  113.  
  114. The archive file contains the following files: 
  115.  
  116.      READ.ME        This file 
  117.      PDSHELL.OBJ    files for 2.1 shell generation 
  118.      PDSHELL.LAN         "
  119.      APDLAN.OBJ     Novell 2.1 LAN driver for bridges
  120.      BPDLAN.OBJ          "
  121.      CPDLAN.OBJ          "
  122.      DPDLAN.OBJ          "
  123.      PDLAN.LAN           "
  124.      ECONFIG.EXE    Novell's configuration utility for shells    
  125.                     and drivers. (Type ECONFIG ? for help). 
  126.  
  127. These drivers are expecting a Packet Driver Interface to already
  128. be loaded somewhere between INT 60h and 80h.  
  129.  
  130. The shell drivers have no configuration options and will scan the
  131. interrupt vectors for the Packet Driver. This means that if several
  132. Packet Driver interfaces are loaded at one time, the first found 
  133. (lowest) will be used to access Novell Ethernet packets. 
  134.  
  135. The LAN drivers have 5 options. Options 1-4 allow for multiple LAN
  136. Packet Drivers by specifying INT 60h,61h,62h,or 63h. The fifth
  137. option is for a Bridge that has only one PD and the driver will
  138. simply find which INT to use as in the shell driver. 
  139.  
  140. PD*.LAN has been set up so the generation utilities will search
  141. LAN_DRV_001 for the 2.1 OBJ files. Copy ?PDLAN.OBJ, PDSHELL.OBJ,
  142. and PDLAN.LAN into LAN_DRV_001 and then copy PDSHELL.LAN into
  143. SHGEN-1. 
  144.  
  145. These drivers only operate on the Novell Ethernet type 8137 and not
  146. the 802.3 protocol most often used by Novell.  To allow for the 
  147. correct packets it is necessary to run Novell's ECONFIG utility on
  148. any bridge or server which needs to be visible by the packet
  149. driver. 
  150.                            APPENDIX B
  151.                       ECONFIG INSTRUCTIONS
  152.  
  153.  
  154. The ECONFIG utility allows the system manager to change the driver
  155. Novell supplies for your Ethernet LAN card to the Ethernet protocol
  156. specification.  The system manager needs to run the ECONFIG utility
  157. against the OS or bridge files.  The OS or bridge files are called
  158. NET$OS.EXE and BRIDGE.EXE.  ECONFIG contains several parameters
  159. that a system manager needs to enter to properly configure the LAN
  160. drivers as Ethernet drivers.
  161.  
  162. The system manager should follow the ECONFIG command with the
  163. server volume, the file name, and a parameter as follows:
  164.  
  165. USAGE: ECONFIG [VOLUME:]FILE [PARAMETER LIST]
  166.  
  167. [parameter list] is one of the following:
  168. A-D:[configuration type]
  169.   [configuration type] = N(normal 802.3), E[type constant]
  170.      [type constant] = 0-FFFF (8137 is Novell's assigned type    
  171.           constant)
  172.  
  173.      Example:  econfig net$os.exe A:n; B:e 8137
  174.                econfig bridge.exe a:e 8137;b:n
  175.  
  176. The volume refers to the volume on which the file resides, the file
  177. refers to either the OS or bridge file.  The parameter refers to
  178. the LAN card in the device the system manager is configuring.  Each
  179. NetWare file server can support up to four LAN cards, therefore
  180. Novell assigns letters (A-D) to correspond with each card.  The
  181. constant is Novell's hexadecimal protocal number, 8137.  After
  182. ECONFIG runs, the driver will be properly configured for the
  183. Ethernet specification.
  184.  
  185. The system manager can enter ECONFIG from the command line,
  186. following with the file's name and the Enter key(<Enter>) in order
  187. to display a particular system's configuration.  The network will
  188. display the current protocol of each LAN driver installed in the
  189. server.
  190.  
  191. The system displays a device that contains an 802.3 driver (LAN A)
  192. and an Ethernet driver (LAN B) as follows:
  193.  
  194. A:econfig bridge.exe
  195.  
  196.      A: Novell Ethernet       (IEEE 802.3 Compatible)
  197.      B: Ethernet    Typefield: 8137 (Assigned Novell)
  198.                          type constant)
  199.  
  200. Users that have the packet driver interface will not be able to
  201. attach to the NetWare file server if the system manager fails to
  202. use ECONFIG, or uses it improperly to install the driver files on
  203. the file server.  When users try to load the shell, they will get
  204. a "file server not found" error message on their workstations.  In
  205. this case, the error message is caused because the bridge or shell
  206. sends out IEEE 802.3 protocol packets that the packet driver
  207. interface does not recognize because the packets lack a "type"
  208. constant in that field.
  209.  
  210. For further information read "Changing horses midstream", LANTIMES,
  211. Feb. 1989 issue, p.90.
  212.